[INFO] fetching crate xaynet-client 0.1.0...
[INFO] checking xaynet-client-0.1.0 against master#89a99936d9e76a50e8df622e7242190841fd871b for pr-156160
[INFO] extracting crate xaynet-client 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate xaynet-client 0.1.0
[INFO] finished tweaking crates.io crate xaynet-client 0.1.0
[INFO] tweaked toml for crates.io crate xaynet-client 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate xaynet-client 0.1.0 on toolchain 89a99936d9e76a50e8df622e7242190841fd871b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 188 packages to latest compatible versions
[INFO] [stderr]       Adding bincode v1.3.3 (available: v3.0.0)
[INFO] [stderr]       Adding bytes v0.5.6 (available: v1.12.0)
[INFO] [stderr]       Adding derive_more v0.99.20 (available: v2.1.1)
[INFO] [stderr]       Adding reqwest v0.10.10 (available: v0.13.4)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.18)
[INFO] [stderr]       Adding tokio v0.2.25 (available: v1.52.3)
[INFO] [stderr]       Adding tokio-test v0.2.1 (available: v0.4.5)
[INFO] [stderr]       Adding tower-test v0.3.0 (available: v0.4.0)
[INFO] [stderr]       Adding xaynet-core v0.1.0 (available: v0.2.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded xaynet-core v0.1.0
[INFO] [stderr]   Downloaded tower-test v0.3.0
[INFO] [stderr]   Downloaded num-bigint v0.3.3
[INFO] [stderr]   Downloaded tokio-test v0.2.1
[INFO] [stderr]   Downloaded reqwest v0.10.10
[INFO] [stderr]   Downloaded webpki-roots v0.20.0
[INFO] [stderr]   Downloaded tokio-rustls v0.14.1
[INFO] [stderr]   Downloaded rustls v0.18.1
[INFO] [stderr]   Downloaded hyper-rustls v0.21.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8e96068ab1ebd96df2ad44e2071cb21362f0369bbbc13eee3733f4bdb1ee9103
[INFO] running `Command { std: "docker" "start" "8e96068ab1ebd96df2ad44e2071cb21362f0369bbbc13eee3733f4bdb1ee9103", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8e96068ab1ebd96df2ad44e2071cb21362f0369bbbc13eee3733f4bdb1ee9103" "/opt/rustwide/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e96068ab1ebd96df2ad44e2071cb21362f0369bbbc13eee3733f4bdb1ee9103", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8e96068ab1ebd96df2ad44e2071cb21362f0369bbbc13eee3733f4bdb1ee9103" "/opt/rustwide/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]     Checking pin-project-lite v0.1.12
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling num-bigint v0.3.3
[INFO] [stderr]    Compiling libsodium-sys v0.2.7
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking httpdate v0.3.2
[INFO] [stderr]    Compiling pin-project-internal v0.4.30
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking ed25519 v1.5.3
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking openssl-sys v0.9.117
[INFO] [stderr]     Checking http-body v0.3.1
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking tokio v0.2.25
[INFO] [stderr]     Checking num-complex v0.3.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking openssl v0.10.81
[INFO] [stderr]     Checking num v0.3.1
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking tokio-test v0.2.1
[INFO] [stderr]     Checking h2 v0.2.7
[INFO] [stderr]     Checking native-tls v0.2.18
[INFO] [stderr]     Checking tokio-tls v0.3.1
[INFO] [stderr]     Checking pin-project v0.4.30
[INFO] [stderr]     Checking tower-test v0.3.0
[INFO] [stderr]     Checking hyper v0.13.10
[INFO] [stderr]     Checking hyper-tls v0.4.3
[INFO] [stderr]     Checking reqwest v0.10.10
[INFO] [stderr] error: failed to run custom build command for `libsodium-sys v0.2.7`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/libsodium-sys-35dad17d248f7eab/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=SODIUM_LIB_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=SODIUM_SHARED
[INFO] [stderr]   cargo:rerun-if-env-changed=SODIUM_USE_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=SODIUM_DISABLE_PIE
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CC
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC
[INFO] [stderr]   CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CFLAGS
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   checking build system type... x86_64-pc-linux-gnu
[INFO] [stderr]   checking host system type... x86_64-unknown-linux-gnu
[INFO] [stderr]   checking for a BSD-compatible install... /usr/bin/install -c
[INFO] [stderr]   checking whether build environment is sane... yes
[INFO] [stderr]   checking for x86_64-unknown-linux-gnu-strip... no
[INFO] [stderr]   checking for strip... strip
[INFO] [stderr]   checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
[INFO] [stderr]   checking for gawk... no
[INFO] [stderr]   checking for mawk... mawk
[INFO] [stderr]   checking whether make sets $(MAKE)... yes
[INFO] [stderr]   checking whether make supports nested variables... yes
[INFO] [stderr]   checking whether UID '0' is supported by ustar format... yes
[INFO] [stderr]   checking whether GID '0' is supported by ustar format... yes
[INFO] [stderr]   checking how to create a ustar tar archive... gnutar
[INFO] [stderr]   checking whether make supports nested variables... (cached) yes
[INFO] [stderr]   checking whether to enable maintainer-specific portions of Makefiles... no
[INFO] [stderr]   checking whether make supports the include directive... yes (GNU style)
[INFO] [stderr]   checking for x86_64-unknown-linux-gnu-gcc... cc
[INFO] [stderr]   checking whether the C compiler works... yes
[INFO] [stderr]   checking for C compiler default output file name... a.out
[INFO] [stderr]   checking for suffix of executables... 
[INFO] [stderr]   checking whether we are cross compiling... no
[INFO] [stderr]   checking for suffix of object files... o
[INFO] [stderr]   checking whether we are using the GNU C compiler... yes
[INFO] [stderr]   checking whether cc accepts -g... yes
[INFO] [stderr]   checking for cc option to accept ISO C89... none needed
[INFO] [stderr]   checking whether cc understands -c and -o together... yes
[INFO] [stderr]   checking dependency style of cc... gcc3
[INFO] [stderr]   checking for cc option to accept ISO C99... none needed
[INFO] [stderr]   checking dependency style of cc... gcc3
[INFO] [stderr]   checking how to run the C preprocessor... cc -E
[INFO] [stderr]   checking for grep that handles long lines and -e... /usr/bin/grep
[INFO] [stderr]   checking for egrep... /usr/bin/grep -E
[INFO] [stderr]   checking for ANSI C header files... yes
[INFO] [stderr]   checking for sys/types.h... yes
[INFO] [stderr]   checking for sys/stat.h... yes
[INFO] [stderr]   checking for stdlib.h... yes
[INFO] [stderr]   checking for string.h... yes
[INFO] [stderr]   checking for memory.h... yes
[INFO] [stderr]   checking for strings.h... yes
[INFO] [stderr]   checking for inttypes.h... yes
[INFO] [stderr]   checking for stdint.h... yes
[INFO] [stderr]   checking for unistd.h... yes
[INFO] [stderr]   checking minix/config.h usability... no
[INFO] [stderr]   checking minix/config.h presence... no
[INFO] [stderr]   checking for minix/config.h... no
[INFO] [stderr]   checking whether it is safe to define __EXTENSIONS__... yes
[INFO] [stderr]   checking for a sed that does not truncate output... /usr/bin/sed
[INFO] [stderr]   checking whether cc is Clang... no
[INFO] [stderr]   checking whether pthreads work with -pthread... yes
[INFO] [stderr]   checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
[INFO] [stderr]   checking whether more special flags are required for pthreads... no
[INFO] [stderr]   checking for PTHREAD_PRIO_INHERIT... yes
[INFO] [stderr]   checking for variable-length arrays... yes
[INFO] [stderr]   checking for __wasi__ defined... no
[INFO] [stderr]   checking whether to add -D_FORTIFY_SOURCE=2 to CPPFLAGS... yes
[INFO] [stderr]   checking whether C compiler accepts -fvisibility=hidden... yes
[INFO] [stderr]   checking whether C compiler accepts -fPIC... yes
[INFO] [stderr]   checking whether C compiler accepts -fPIE... yes
[INFO] [stderr]   checking whether the linker accepts -pie... yes
[INFO] [stderr]   checking whether C compiler accepts -fno-strict-aliasing... yes
[INFO] [stderr]   checking whether C compiler accepts -fno-strict-overflow... yes
[INFO] [stderr]   checking for a broken Xcode version... no
[INFO] [stderr]   checking whether C compiler accepts -fstack-protector... yes
[INFO] [stderr]   checking whether the linker accepts -fstack-protector... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wall... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra... yes
[INFO] [stderr]   checking for clang... no
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wshorten-64-to-32... no
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wsometimes-uninitialized... no
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes -Wswitch-enum... yes
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes -Wswitch-enum -Wwrite-strings... yes
[INFO] [stderr]   checking whether the linker accepts -Wl,-z,relro... yes
[INFO] [stderr]   checking whether the linker accepts -Wl,-z,now... yes
[INFO] [stderr]   checking whether the linker accepts -Wl,-z,noexecstack... yes
[INFO] [stderr]   checking whether segmentation violations can be caught when using the C compiler... yes
[INFO] [stderr]   checking whether SIGABRT can be caught when using the C compiler... yes
[INFO] [stderr]   checking for thread local storage (TLS) class... _Thread_local
[INFO] [stderr]   thread local storage is supported
[INFO] [stderr]   checking whether C compiler accepts -ftls-model=local-dynamic... yes
[INFO] [stderr]   checking how to print strings... printf
[INFO] [stderr]   checking for a sed that does not truncate output... (cached) /usr/bin/sed
[INFO] [stderr]   checking for fgrep... /usr/bin/grep -F
[INFO] [stderr]   checking for ld used by cc... /usr/bin/ld
[INFO] [stderr]   checking if the linker (/usr/bin/ld) is GNU ld... yes
[INFO] [stderr]   checking for BSD- or MS-compatible name lister (nm)... no
[INFO] [stderr]   checking for x86_64-unknown-linux-gnu-dumpbin... no
[INFO] [stderr]   checking for x86_64-unknown-linux-gnu-link... no
[INFO] [stderr]   checking for dumpbin... no
[INFO] [stderr]   checking for link... link -dump
[INFO] [stderr]   checking the name lister (nm) interface... BSD nm
[INFO] [stderr]   checking whether ln -s works... yes
[INFO] [stderr]   checking the maximum length of command line arguments... 1572864
[INFO] [stderr]   checking how to convert x86_64-pc-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
[INFO] [stderr]   checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
[INFO] [stderr]   checking for /usr/bin/ld option to reload object files... -r
[INFO] [stderr]   checking for x86_64-unknown-linux-gnu-objdump... no
[INFO] [stderr]   checking for objdump... objdump
[INFO] [stderr]   checking how to recognize dependent libraries... pass_all
[INFO] [stderr]   checking for x86_64-unknown-linux-gnu-dlltool... no
[INFO] [stderr]   checking for dlltool... no
[INFO] [stderr]   checking how to associate runtime and link libraries... printf %s\n
[INFO] [stderr]   checking for x86_64-unknown-linux-gnu-ar... no
[INFO] [stderr]   checking for ar... ar
[INFO] [stderr]   checking for archiver @FILE support... @
[INFO] [stderr]   checking for x86_64-unknown-linux-gnu-strip... strip
[INFO] [stderr]   checking for x86_64-unknown-linux-gnu-ranlib... no
[INFO] [stderr]   checking for ranlib... ranlib
[INFO] [stderr]   checking command to parse nm output from cc object... ok
[INFO] [stderr]   checking for sysroot... no
[INFO] [stderr]   checking for a working dd... /usr/bin/dd
[INFO] [stderr]   checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
[INFO] [stderr]   checking for x86_64-unknown-linux-gnu-mt... no
[INFO] [stderr]   checking for mt... no
[INFO] [stderr]   checking if : is a manifest tool... no
[INFO] [stderr]   checking for dlfcn.h... yes
[INFO] [stderr]   checking for objdir... .libs
[INFO] [stderr]   checking if cc supports -fno-rtti -fno-exceptions... no
[INFO] [stderr]   checking for cc option to produce PIC... -fPIC -DPIC
[INFO] [stderr]   checking if cc PIC flag -fPIC -DPIC works... yes
[INFO] [stderr]   checking if cc static flag -static works... yes
[INFO] [stderr]   checking if cc supports -c -o file.o... yes
[INFO] [stderr]   checking if cc supports -c -o file.o... (cached) yes
[INFO] [stderr]   checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[INFO] [stderr]   checking dynamic linker characteristics... GNU/Linux ld.so
[INFO] [stderr]   checking how to hardcode library paths into programs... immediate
[INFO] [stderr]   checking whether stripping libraries is possible... yes
[INFO] [stderr]   checking if libtool supports shared libraries... yes
[INFO] [stderr]   checking whether to build shared libraries... no
[INFO] [stderr]   checking whether to build static libraries... yes
[INFO] [stderr]   checking for x86_64-unknown-linux-gnu-ar... ar
[INFO] [stderr]   checking whether C compiler accepts -mmmx... yes
[INFO] [stderr]   checking for MMX instructions set... yes
[INFO] [stderr]   checking whether C compiler accepts -mmmx... (cached) yes
[INFO] [stderr]   checking whether C compiler accepts -msse2... yes
[INFO] [stderr]   checking for SSE2 instructions set... yes
[INFO] [stderr]   checking whether C compiler accepts -msse2... (cached) yes
[INFO] [stderr]   checking whether C compiler accepts -msse3... yes
[INFO] [stderr]   checking for SSE3 instructions set... yes
[INFO] [stderr]   checking whether C compiler accepts -msse3... (cached) yes
[INFO] [stderr]   checking whether C compiler accepts -mssse3... yes
[INFO] [stderr]   checking for SSSE3 instructions set... yes
[INFO] [stderr]   checking whether C compiler accepts -mssse3... (cached) yes
[INFO] [stderr]   checking whether C compiler accepts -msse4.1... yes
[INFO] [stderr]   checking for SSE4.1 instructions set... yes
[INFO] [stderr]   checking whether C compiler accepts -msse4.1... (cached) yes
[INFO] [stderr]   checking whether C compiler accepts -mavx... yes
[INFO] [stderr]   checking for AVX instructions set... no
[INFO] [stderr]   checking whether C compiler accepts -mavx2... no
[INFO] [stderr]   checking for AVX2 instructions set... no
[INFO] [stderr]   checking whether C compiler accepts -mavx512f... no
[INFO] [stderr]   checking for AVX512F instructions set... no
[INFO] [stderr]   checking whether C compiler accepts -O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -ftls-model=local-dynamic -mno-avx512f... no
[INFO] [stderr]   checking whether C compiler accepts -maes... no
[INFO] [stderr]   checking whether C compiler accepts -mpclmul... no
[INFO] [stderr]   checking for AESNI instructions set and PCLMULQDQ... no
[INFO] [stderr]   checking whether C compiler accepts -mrdrnd... no
[INFO] [stderr]   checking for RDRAND... no
[INFO] [stderr]   checking sys/mman.h usability... no
[INFO] [stderr]   checking sys/mman.h presence... yes
[INFO] [stderr]   checking for sys/mman.h... no
[INFO] [stderr]   checking sys/random.h usability... no
[INFO] [stderr]   checking sys/random.h presence... yes
[INFO] [stderr]   checking for sys/random.h... no
[INFO] [stderr]   checking intrin.h usability... no
[INFO] [stderr]   checking intrin.h presence... no
[INFO] [stderr]   checking for intrin.h... no
[INFO] [stderr]   checking if _xgetbv() is available... no
[INFO] [stderr]   checking for inline... no
[INFO] [stderr]   checking whether byte ordering is bigendian... (cached) no
[INFO] [stderr]   checking whether __STDC_LIMIT_MACROS is required... yes
[INFO] [stderr]   checking whether we can use inline asm code... checking whether we can use x86_64 asm code... no
[INFO] [stderr]   checking whether we can assemble AVX opcodes... no
[INFO] [stderr]   checking for 128-bit arithmetic... no
[INFO] [stderr]   checking for cpuid instruction... no
[INFO] [stderr]   checking if the .private_extern asm directive is supported... no
[INFO] [stderr]   checking if the .hidden asm directive is supported... no
[INFO] [stderr]   checking if weak symbols are supported... no
[INFO] [stderr]   checking if data alignment is required... no
[INFO] [stderr]   checking if atomic operations are supported... no
[INFO] [stderr]   checking for size_t... no
[INFO] [stderr]   checking for working alloca.h... no
[INFO] [stderr]   checking for alloca... no
[INFO] [stderr]   checking whether `alloca.c' needs Cray hooks... no
[INFO] [stderr]   checking stack direction for C alloca... -1
[INFO] [stderr]   checking for arc4random... no
[INFO] [stderr]   checking for arc4random_buf... no
[INFO] [stderr]   checking for mmap... no
[INFO] [stderr]   checking for mlock... no
[INFO] [stderr]   checking for madvise... no
[INFO] [stderr]   checking for mprotect... no
[INFO] [stderr]   checking for getrandom with a standard API... no
[INFO] [stderr]   checking for getentropy with a standard API... no
[INFO] [stderr]   checking for posix_memalign... no
[INFO] [stderr]   checking for getpid... no
[INFO] [stderr]   checking for nanosleep... no
[INFO] [stderr]   checking for memset_s... no
[INFO] [stderr]   checking for explicit_bzero... no
[INFO] [stderr]   checking for explicit_memset... no
[INFO] [stderr]   checking if gcc/ld supports -Wl,--output-def... not needed, shared libraries are disabled
[INFO] [stderr]   checking that generated files are newer than configure... done
[INFO] [stderr]   configure: creating ./config.status
[INFO] [stderr]   config.status: creating Makefile
[INFO] [stderr]   config.status: creating builds/Makefile
[INFO] [stderr]   config.status: creating contrib/Makefile
[INFO] [stderr]   config.status: creating dist-build/Makefile
[INFO] [stderr]   config.status: creating libsodium.pc
[INFO] [stderr]   config.status: creating libsodium-uninstalled.pc
[INFO] [stderr]   config.status: creating msvc-scripts/Makefile
[INFO] [stderr]   config.status: creating src/Makefile
[INFO] [stderr]   config.status: creating src/libsodium/Makefile
[INFO] [stderr]   config.status: creating src/libsodium/include/Makefile
[INFO] [stderr]   config.status: creating src/libsodium/include/sodium/version.h
[INFO] [stderr]   config.status: creating test/default/Makefile
[INFO] [stderr]   config.status: creating test/Makefile
[INFO] [stderr]   config.status: executing depfiles commands
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   configure: WARNING: sys/mman.h: present but cannot be compiled
[INFO] [stderr]   configure: WARNING: sys/mman.h:     check for missing prerequisite headers?
[INFO] [stderr]   configure: WARNING: sys/mman.h: see the Autoconf documentation
[INFO] [stderr]   configure: WARNING: sys/mman.h:     section "Present But Cannot Be Compiled"
[INFO] [stderr]   configure: WARNING: sys/mman.h: proceeding with the compiler's result
[INFO] [stderr]   configure: WARNING:     ## ----------------------------------------------------------- ##
[INFO] [stderr]   configure: WARNING:     ## Report this to https://github.com/jedisct1/libsodium/issues ##
[INFO] [stderr]   configure: WARNING:     ## ----------------------------------------------------------- ##
[INFO] [stderr]   configure: WARNING: sys/random.h: present but cannot be compiled
[INFO] [stderr]   configure: WARNING: sys/random.h:     check for missing prerequisite headers?
[INFO] [stderr]   configure: WARNING: sys/random.h: see the Autoconf documentation
[INFO] [stderr]   configure: WARNING: sys/random.h:     section "Present But Cannot Be Compiled"
[INFO] [stderr]   configure: WARNING: sys/random.h: proceeding with the compiler's result
[INFO] [stderr]   configure: WARNING:     ## ----------------------------------------------------------- ##
[INFO] [stderr]   configure: WARNING:     ## Report this to https://github.com/jedisct1/libsodium/issues ##
[INFO] [stderr]   configure: WARNING:     ## ----------------------------------------------------------- ##
[INFO] [stderr]   config.status: error: in `/opt/rustwide/target/debug/build/libsodium-sys-ed870809faab6174/out/source/libsodium':
[INFO] [stderr]   config.status: error: Something went wrong bootstrapping makefile fragments
[INFO] [stderr]       for automatic dependency tracking.  If GNU make was not used, consider
[INFO] [stderr]       re-running the configure script with MAKE="gmake" (or whatever is
[INFO] [stderr]       necessary).  You can also try re-running configure with the
[INFO] [stderr]       '--disable-dependency-tracking' option to at least be able to build
[INFO] [stderr]       the package (albeit without support for automatic dependency tracking).
[INFO] [stderr]   See `config.log' for more details
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (289) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libsodium-sys-0.2.7/build.rs:257:9:
[INFO] [stderr] 
[INFO] [stderr]   Failed to configure libsodium using cd "/opt/rustwide/target/debug/build/libsodium-sys-ed870809faab6174/out/source/libsodium" && CC="cc" CFLAGS="-O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra" "/opt/rustwide/target/debug/build/libsodium-sys-ed870809faab6174/out/source/libsodium/configure" "--prefix=/opt/rustwide/target/debug/build/libsodium-sys-ed870809faab6174/out/installed" "--libdir=/opt/rustwide/target/debug/build/libsodium-sys-ed870809faab6174/out/installed/lib" "--host=x86_64-unknown-linux-gnu" "--enable-shared=no"
[INFO] [stderr]   CFLAGS=-O0 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall -Wextra
[INFO] [stderr]   CC=cc
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5632bbdd2098 - std[47088174cc9965d0]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x5632bbdd2098 - std[47088174cc9965d0]::backtrace_rs::backtrace::trace_unsynchronized::<std[47088174cc9965d0]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x5632bbdd2098 - std[47088174cc9965d0]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x5632bbdd2098 - <<std[47088174cc9965d0]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c4493224b449b92c]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x5632bbde5a1a - <core[c4493224b449b92c]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x5632bbde5a1a - core[c4493224b449b92c]::fmt::write
[INFO] [stderr]      6:     0x5632bbdd7ee2 - std[47088174cc9965d0]::io::default_write_fmt::<std[47088174cc9965d0]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/io/mod.rs:623:11
[INFO] [stderr]      7:     0x5632bbdd7ee2 - <std[47088174cc9965d0]::sys::stdio::unix::Stderr as std[47088174cc9965d0]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/io/mod.rs:1661:13
[INFO] [stderr]      8:     0x5632bbdb2e26 - <std[47088174cc9965d0]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x5632bbdb2e26 - std[47088174cc9965d0]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x5632bbdcc361 - std[47088174cc9965d0]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x5632bbdcc51b - std[47088174cc9965d0]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/panicking.rs:814:13
[INFO] [stderr]     12:     0x5632bbdb2ee2 - std[47088174cc9965d0]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/panicking.rs:687:13
[INFO] [stderr]     13:     0x5632bbda7f99 - std[47088174cc9965d0]::sys::backtrace::__rust_end_short_backtrace::<std[47088174cc9965d0]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x5632bbdb384d - __rustc[b32f34c4b5e7dc7]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/panicking.rs:678:5
[INFO] [stderr]     15:     0x5632bbde61ec - core[c4493224b449b92c]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x5632bbd0adc2 - build_script_build[ca8201834982674d]::make_libsodium
[INFO] [stderr]     17:     0x5632bbd0c178 - build_script_build[ca8201834982674d]::build_libsodium
[INFO] [stderr]     18:     0x5632bbd0d788 - build_script_build[ca8201834982674d]::main
[INFO] [stderr]     19:     0x5632bbd0e8d3 - <fn() as core[c4493224b449b92c]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     20:     0x5632bbd080c6 - std[47088174cc9965d0]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     21:     0x5632bbd08369 - std[47088174cc9965d0]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     22:     0x5632bbdcb5f7 - <&dyn core[c4493224b449b92c]::ops::function::Fn<(), Output = i32> + core[c4493224b449b92c]::marker::Sync + core[c4493224b449b92c]::panic::unwind_safe::RefUnwindSafe as core[c4493224b449b92c]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     23:     0x5632bbdcb5f7 - std[47088174cc9965d0]::panicking::catch_unwind::do_call::<&dyn core[c4493224b449b92c]::ops::function::Fn<(), Output = i32> + core[c4493224b449b92c]::marker::Sync + core[c4493224b449b92c]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/panicking.rs:575:43
[INFO] [stderr]     24:     0x5632bbdcb5f7 - std[47088174cc9965d0]::panicking::catch_unwind::<i32, &dyn core[c4493224b449b92c]::ops::function::Fn<(), Output = i32> + core[c4493224b449b92c]::marker::Sync + core[c4493224b449b92c]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/panicking.rs:543:19
[INFO] [stderr]     25:     0x5632bbdcb5f7 - std[47088174cc9965d0]::panic::catch_unwind::<&dyn core[c4493224b449b92c]::ops::function::Fn<(), Output = i32> + core[c4493224b449b92c]::marker::Sync + core[c4493224b449b92c]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/panic.rs:359:14
[INFO] [stderr]     26:     0x5632bbdcb5f7 - std[47088174cc9965d0]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/rt.rs:175:24
[INFO] [stderr]     27:     0x5632bbdcb5f7 - std[47088174cc9965d0]::panicking::catch_unwind::do_call::<std[47088174cc9965d0]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/panicking.rs:575:43
[INFO] [stderr]     28:     0x5632bbdcb5f7 - std[47088174cc9965d0]::panicking::catch_unwind::<isize, std[47088174cc9965d0]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/panicking.rs:543:19
[INFO] [stderr]     29:     0x5632bbdcb5f7 - std[47088174cc9965d0]::panic::catch_unwind::<std[47088174cc9965d0]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/panic.rs:359:14
[INFO] [stderr]     30:     0x5632bbdcb5f7 - std[47088174cc9965d0]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/std/src/rt.rs:171:5
[INFO] [stderr]     31:     0x5632bbd07e51 - std[47088174cc9965d0]::rt::lang_start::<()>
[INFO] [stderr]     32:     0x5632bbd0e975 - main
[INFO] [stderr]     33:     0x739cb42e71ca - <unknown>
[INFO] [stderr]     34:     0x739cb42e728b - __libc_start_main
[INFO] [stderr]     35:     0x5632bbd07605 - _start
[INFO] [stderr]     36:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "8e96068ab1ebd96df2ad44e2071cb21362f0369bbbc13eee3733f4bdb1ee9103", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e96068ab1ebd96df2ad44e2071cb21362f0369bbbc13eee3733f4bdb1ee9103", kill_on_drop: false }`
[INFO] [stdout] 8e96068ab1ebd96df2ad44e2071cb21362f0369bbbc13eee3733f4bdb1ee9103
